r4 vs r5
......
1919이후 proot 환경에 접속하려면 './start-ubuntu22.sh'를 입력하면 된다.
2020=== 패키지 설치 ===
2121패키지
22{{{apt install nano wget curl git
22{{{apt install nano wget curl git python3
2323}}}
2424Node.js 22 arm64 설치
2525{{{apt-get uninstall nodejs
......
4242nginx 설치[* https 지원을 위해 필요]
4343{{{apt-get install nginx
4444}}}
45
46=== 설치 ===
47아래 과정은 [[the tree/설치 방법]] 또는 [[the tree/위키 구축]] 과 비슷할수도 있으니 참고바란다.
48
49더트리 clone
50{{{
51git clone https://github.com/wjdgustn/thetree --recurse-submodules
52cd thetree}}}
53이후 nano 등 편집기를 이용해서 .env[* Android 는 1000번 이하 포트를 열지 못하게 하기 때문에 80 443 등의 포트가 아닌 8080, 8443 등으로 바꾸기를 추천한다.], publicConfig.json, stringConfig.json, serverConfig.json, devConfig.json 을 채워넣는다.
54
55node.js 모듈 설치
56{{{
57npm i}}}
58meilisearch 설치
59{{{
60curl -L https://install.meilisearch.com | sh}}}
61